GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-20T00:15:28.6546966+00:00",
"SubmitDate": "2026-04-20T00:15:28.6546966+00:00",
"ReportPeriodStart": "2026-04-20T00:15:28.6546966+00:00",
"ReportPeriodEnd": "2026-04-20T00:15:28.6546966+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e22eddb6-1e28-40e6-bba7-d81a34da22c1",
"Rows": [
{
"ItemId": "5ec796e0-1fde-4b68-91a0-f2dd2c343f86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5ec796e0-1fde-4b68-91a0-f2dd2c343f86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e22eddb6-1e28-40e6-bba7-d81a34da22c1",
"Rows": [
{
"ItemId": "5ec796e0-1fde-4b68-91a0-f2dd2c343f86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5ec796e0-1fde-4b68-91a0-f2dd2c343f86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0ce07ca4-3beb-45c3-b31a-f6f234a7283b",
"14330ebc-82a2-4b4c-a4b7-d14510c6603c"
],
"Approvers": [
"a97753b8-cd8b-4100-88d6-27d3ae378095",
"a4e73482-accd-4849-83f1-77d58347c2f4"
],
"ApprovedBy": "cc43d988-e058-4501-b380-ff87e39199de",
"ApprovalDate": "2026-04-20T00:15:28.6546966+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3b2fd57b-6b67-4e3c-ae88-cbee09e37cf8",
"id": "a4070306-4672-4baa-97d7-b19d128b714e",
"ConfigId": "734e8665-d552-4593-aaa1-3dd627c9673f"
},
{
"GenerationDate": "2026-04-20T00:15:28.6546966+00:00",
"SubmitDate": "2026-04-20T00:15:28.6546966+00:00",
"ReportPeriodStart": "2026-04-20T00:15:28.6546966+00:00",
"ReportPeriodEnd": "2026-04-20T00:15:28.6546966+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e22eddb6-1e28-40e6-bba7-d81a34da22c1",
"Rows": [
{
"ItemId": "5ec796e0-1fde-4b68-91a0-f2dd2c343f86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5ec796e0-1fde-4b68-91a0-f2dd2c343f86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e22eddb6-1e28-40e6-bba7-d81a34da22c1",
"Rows": [
{
"ItemId": "5ec796e0-1fde-4b68-91a0-f2dd2c343f86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5ec796e0-1fde-4b68-91a0-f2dd2c343f86",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0ce07ca4-3beb-45c3-b31a-f6f234a7283b",
"14330ebc-82a2-4b4c-a4b7-d14510c6603c"
],
"Approvers": [
"a97753b8-cd8b-4100-88d6-27d3ae378095",
"a4e73482-accd-4849-83f1-77d58347c2f4"
],
"ApprovedBy": "cc43d988-e058-4501-b380-ff87e39199de",
"ApprovalDate": "2026-04-20T00:15:28.6546966+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3b2fd57b-6b67-4e3c-ae88-cbee09e37cf8",
"id": "a4070306-4672-4baa-97d7-b19d128b714e",
"ConfigId": "734e8665-d552-4593-aaa1-3dd627c9673f"
}
]